getwd()
setwd("E:\Training\R for Investment\Day 01")
Error: '\T' is an unrecognized escape in character string starting ""E:\T"
data <- read.table("./data/baltimore.csv", sep = ",", header = TRUE, fill = TRUE) head(data, n = 3)